home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Coord / DLLDef
Text File  |  1995-04-04  |  477b  |  38 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "Coord"
  6.   version 1.00
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   Coord_RectsOverlap
  14.   Coord_RectUnion
  15.   Coord_PointToScreen
  16.   Coord_RectContained
  17.   Coord_PointToWorkArea
  18.   Coord_RectToScreen
  19.   Coord_RectToWorkArea
  20.   Coord_PointInRect
  21.   Coord_WindowOrigin
  22. }
  23.  
  24. ; --- Object files ---
  25.  
  26. objects
  27. {
  28.   o.RectsOvlap
  29.   o.RectCntain
  30.   o.RectUnion
  31.   o.WOrigin
  32.   o.PtInRect
  33.   o.Convert1
  34.   o.Convert2
  35.   o.Convert3
  36.   o.Convert4
  37. }
  38.